home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 5
/
Aminet 5 - March 1995.iso
/
Aminet
/
mus
/
edit
/
AlgoRhythms.lha
/
AlgoRhythms
/
Source
/
pitchnames.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-10-25
|
175b
|
7 lines
#ifndef PITCHNAMES_LOADED
#define PITCHNAMES_LOADED
extern int pitch_to_midi(const char *pitch_name);
extern void midi_to_pitch(const int note_num, char *pitch_name);
#endif